force the usage of the shared libzstd library.
authorLisandro Damián Nicanor Pérez Meyer <lisandro@debian.org>
Mon, 22 May 2023 14:40:45 +0000 (15:40 +0100)
committerLisandro Damián Nicanor Pérez Meyer <lisandro@debian.org>
Mon, 22 May 2023 14:40:45 +0000 (15:40 +0100)
commit422bc8e2031e6cd43826cb997426e12ad54d64de
tree82a439cbf75c2c67d07f8fd28162c392ed83938e
parenteb2d4d026dcf9b10159b86351c796f99ce73714d
force the usage of the shared libzstd library.

Bug: https://bugreports.qt.io/browse/QTBUG-110978
Forwarded: not-needed

The library provides both versions, and the original code prefers the static
version over the shared, while on Debian it should always use the shared
version.

Gbp-Pq: Name force_shared_libzstd.patch
cmake/FindWrapZSTD.cmake